Extension point styles
In component org.nuxeo.theme.styling.service
Contribution Descriptors
- Class: org.nuxeo.theme.styling.service.descriptors.SimpleStyle
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="styles" target="org.nuxeo.theme.styling.service"> <style name="user_profile"> <src>themes/css/user_profile.css</src> </style> </extension>
-
<extension point="styles" target="org.nuxeo.theme.styling.service"> <style name="nuxeo_jenkins_report"> <src>themes/css/nuxeo_jenkins_report.css</src> </style> </extension>
-
<extension point="styles" target="org.nuxeo.theme.styling.service"> <style name="nuxeo_admincenter_specific"> <src>themes/css/nuxeo_admincenter_specific.css</src> </style> </extension>
-
<extension point="styles" target="org.nuxeo.theme.styling.service"> <style name="user_relationship"> <src>themes/css/user_relationship.css</src> </style> </extension>
-
<extension point="styles" target="org.nuxeo.theme.styling.service"> <style name="platform_video"> <src>themes/css/platform_video.css</src> </style> </extension>
-
<extension point="styles" target="org.nuxeo.theme.styling.service"> <style name="picture_book"> <src>themes/css/picture_book.css</src> </style> </extension>
-
<extension point="styles" target="org.nuxeo.theme.styling.service"> <style name="faceted_search"> <src>themes/css/faceted_search.css</src> </style> </extension>
-
<extension point="styles" target="org.nuxeo.theme.styling.service"> <style name="diff"> <src>themes/css/diff_result.css</src> </style> </extension>
-
<extension point="styles" target="org.nuxeo.theme.styling.service"> <style name="nuxeo_usercenter_specific"> <src>themes/css/nuxeo_usercenter_specific.css</src> </style> </extension>
-
<extension point="styles" target="org.nuxeo.theme.styling.service"> <style name="nuxeo-select2"> <src>themes/css/nuxeo-select2.css</src> </style> </extension>
-
<extension point="styles" target="org.nuxeo.theme.styling.service"> <style name="nuxeo_dam_specific"> <src>themes/css/nuxeo_dam_specific.css</src> </style> </extension>
-
<extension point="styles" target="org.nuxeo.theme.styling.service"> <!-- Global styles --> <style name="breadcrumb"> <src>themes/css/breadcrumb.css</src> </style> <style name="buttons_and_actions"> <src>themes/css/buttons_and_actions.css</src> </style> <style name="basics"> <src>themes/css/basics.css</src> </style> <style name="body"> <src>themes/css/body.css</src> </style> <style name="drag_and_drop"> <src>themes/css/drag_and_drop.css</src> </style> <style name="foldable_boxes"> <src>themes/css/foldable_boxes.css</src> </style> <style name="forms"> <src>themes/css/forms.css</src> </style> <style name="grids_and_widgets"> <src>themes/css/grids_and_widgets.css</src> </style> <style name="messages_and_tooltips"> <src>themes/css/messages_and_tooltips.css</src> </style> <style name="navigation"> <src>themes/css/navigation.css</src> </style> <style name="popups"> <src>themes/css/popups.css</src> </style> <style name="richfaces_components"> <src>themes/css/richfaces_components.css</src> </style> <style name="tables"> <src>themes/css/tables.css</src> </style> <style name="tabs_content"> <src>themes/css/tabs_content.css</src> </style> <style name="helpers"> <src>themes/css/helpers.css</src> </style> <!-- Header and Footer --> <style name="header"> <src>themes/css/header.css</src> </style> <style name="footer"> <src>themes/css/footer.css</src> </style> <!-- Specific to pages --> <style name="nuxeo_dm_specific"> <src>themes/css/nuxeo_dm_specific.css</src> </style> <style name="print_generic"> <src>themes/css/print_generic.css</src> </style> </extension>